home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_gen / euphor14.zip / SEARCH.BAT < prev    next >
DOS Batch File  |  1995-03-08  |  159b  |  8 lines

  1. @echo off
  2. if "%0"=="search" goto nowait
  3. %EUDIR%\bin\ex.exe %EUDIR%\bin\SEARCH.ex %1
  4. goto done
  5. :nowait
  6. %EUDIR%\bin\ex.exe %EUDIR%\bin\search.ex %1
  7. :done
  8.